home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Winter Shell 1.0d2
/
Source
/
Libraries
/
TrapLib
/
TrapLib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-10
|
285 b
|
11 lines
|
[
TEXT/KAHL
]
#pragma once
#include <Traps.h>
#ifndef _Gestalt
/* THINK C 5.0 doesn't define this, but v6.0 does define it--thanks to
chuckp for compiling in 6.0 */
#define _Gestalt (0xA1AD)
#endif
short TrapNumToolbox(void);
TrapType TrapTypeGet(short trap);
Boolean TrapAvailable(short trap);